Entity Relationships

Entity relationships define how records can be related to each other in the database, their associations and dependencies.

There are two types of entity relationships in FintechOS Studio:

  • 1:N (One-to-Many) - an entity relationship where one entity record for the primary entity (parent entity) can be linked to many other entities (child entities).
  • When viewing a parent entity in the user interface, you can also view the list of child entities. For more information on 1:N entity relationships, see 1:N Entity Relationships.

  • N:N (Many-to-Many) - an entity relationship where many entity records can be linked to many child entities. For more information on N:N entity relationships, see N:N Entity Relationships.